'Declaration Public Overloads Sub AddCurve( _
ByVal pointsAn array of System.Drawing.PointF structures that represents the points that define the curve.() As System.Drawing.PointF, _
ByVal tensionA value between from 0 through 1 that specifies the amount that the curve bends between points, with 0 being the smallest curve (sharpest corner) and 1 being the smoothest curve.As Single _
)
Parameters
- points
- An array of System.Drawing.PointF structures that represents the points that define the curve.
- tension
- A value between from 0 through 1 that specifies the amount that the curve bends between points, with 0 being the smallest curve (sharpest corner) and 1 being the smoothest curve.